home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / DefineButton2_1761 / BUTTONCONDACTION on(release).as
Text File  |  2006-07-21  |  140b  |  11 lines

  1. on(release){
  2.    if(_root.score > 10000)
  3.    {
  4.       nextFrame();
  5.    }
  6.    if(_root.score < 10000)
  7.    {
  8.       gotoAndStop(3);
  9.    }
  10. }
  11.